home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / htmless.lha / HTMLess / HTMLess.doc < prev    next >
Text File  |  1996-04-16  |  11KB  |  300 lines

  1. *****************************************
  2. *        `HTMLess'  v1.3        *
  3. *       An OriginalWare release by      *
  4. *        Troglobyte/Darkness        *
  5. *****************************************
  6. $VER:HTMLess.doc v1.3 16.April.96 Troglobyte/Darkness
  7.  
  8. Warning! : from next version, HTMLess will be uploaded in "aminet/text/HYPER"
  9.  
  10. Contents
  11. ========
  12.  
  13. 1. Introduction
  14. 2. History
  15. 3. Bugs
  16. 4. OriginalWare?
  17. 5. Also available...
  18. 6. Thanks to...
  19. 7. Credits
  20.  
  21. 1. Introduction
  22. ===============
  23.  
  24. HTMLess is just another utility to extract the text inside HTML files (Web
  25. pages) and convert it to a readable text format.The main features are:
  26.  
  27.  - Fast, written 100% in assembler. (Even faster since v1.2, and the fastest
  28.    with the new in v1.3 CLI option -w)
  29.  - Small but powerful utility (only 10000 bytes long).
  30.  - CLI and Workbench usage.
  31.  - Admit filenames as CLI parameters (can be launched from a
  32.    DiskMaster/DirOpus type program to autoconvert HTML's).
  33.  - Output text could be formatted to easy reading.
  34.  - Can keep [href's] (like WWW adresses) in the output text.
  35.  - .HTML or .HTM filename suffix will be changed to .Text or .txt
  36.  - The program will report any kind of errors.
  37.  - Very easy to use...just try it.
  38.  - Great results (complex AI routines used *8).
  39.  - All non-ASCII chars are converted.
  40.  - HTML Lists converted to text lists.
  41.  - `HTMLess' is a wonderful name. 
  42.  - It's OriginalWare (OriginalWhat?) and it's only Amiga (Yeah!).
  43.  - No annoying requesters when starting/using/quitting program.
  44.  
  45.  
  46. Workbench usage:
  47.  
  48. Just launch the program and use the file requester to select the HTML file to
  49. load and to choose the name to save the text file.
  50. (Since v1.1 this `complex' option works *8)
  51. [New since v1.2]
  52. The program will ask for another filename after saving the converted file,
  53. when you don't have more HTML files to convert, Cancel or Close the file
  54. requester to exit.
  55.  
  56.  
  57. CLI usage :    `HTMLess [-Cxxxx] [-H] [-W] [-P] [filename/path]'
  58.  
  59. Write just the options or the options and the path or filename (if not
  60. filename is given or if there is any kind of problem a file requester
  61. will be used with your defined path).
  62. Options must be ahead of the file name and must be after a "-" char.
  63. Options can be together or alone (-c20h or -c -h20) and written in capital
  64. or small letters (-HC5, -hc5 or -hC5)
  65.  
  66. The available options are: 
  67.  -h     : if used "href's" will be removed.By default "href's" are included
  68.           in the output text betwen "[...]" chars.
  69.  -cXXXX : XXXX are 1 to 4 numbers (-c10,-c200,-c0080) to select the size of
  70.           the columns of the formated text (default size is 80 columns).
  71.       If the number is zero, text won't be formatted (-c0,-c0000)
  72. [New since v1.2]
  73.  ?, -? or -help : give CLI USAGE: info.
  74. [New since v1.3]
  75.  -w     : when used HTMLess window won't be opened.And the conversion will
  76.           be really faster; try it.Errors will be reported to the CLI
  77.           window, if it's opened.
  78.  -p     : you can define the path to your favourite HTML directory
  79.       Used without [path] is useless.
  80.  
  81. Examples:
  82.  
  83. 1. HTMLess -hc80 File1.html
  84.    Results : A text file "File1.text" without [href's] and formated to 80
  85.              columns will be saved.
  86.  
  87. 2. HTMLess -h -c0040 File2.htm
  88.    Results : A text file "File2.txt" without [href's] and formated to 40
  89.              columns will be saved.
  90.  
  91. 3. HTMLess -c0 File3.txt
  92.    Results : A text file with the same name "File3.txt" with [href's] and
  93.    unformated text will be saved.
  94.  
  95. 4. HTMLess -p RAM:Temp/HTML    (RAM:Temp/HTML is a path, not a file)
  96.    Results : File requester with the files in the directory: `RAM:Temp/HTML/...'
  97.  
  98. Common errors :
  99.  
  100. 1. Options must be after a "-" char always.
  101.    BAD: HTMLess -h c80 File1.html
  102.    OK : HTMLess -hc80 File1.html or HTMLess -h -c80 File1.html
  103.  
  104. 2. Options must be ahead of the filename.
  105.    BAD: HTMLess File1.htm -c20h
  106.    OK : HTMLess -c20h File1.htm
  107.    
  108.  
  109. The only requirement is the "ReqTools.library" by Nico Francois and by Magnus
  110. Holmgren who fortunately is continuing the development of the indispensable
  111. reqtools library.
  112.  
  113. If you need a custom version of this program (for a personal necessity);
  114. contact me and I will try to make a customized version for you (if it isn't
  115. to difficult or too much work).
  116.  
  117. If you think the sources (100% assembler) could be useful for you (to include
  118. in a program you are developing or for learning purposes) just contact me and
  119. ask for them.
  120.  
  121.  
  122. 2. History
  123. ==========
  124.  
  125. Version 1.0 ( 1.April.1996) :
  126.  - First official release.
  127.  
  128. Version 1.1 ( 5.April.1996) :
  129.  - Fixed Workbench icon bug (Sorry about that stupid icon type error).
  130.  - All non-ASCII chars are supported now. (Not really, try v1.2)
  131.  - Improved conversion of HTML Lists (now are more readable).
  132.  - Some extra Line Feeds are removed (but not all, to make readable a lot
  133.    of not-very-standard HTML Web pages)
  134.  - A rarely Guru bug with small files fixed.
  135.  - Last char of the text isn't deleted now.
  136.  
  137. Version 1.2 (12.April.1996) :
  138.  - Even more speed: a lot faster when Fast memory is available. (Test it)
  139.  - You can convert several files without reloading HTMLess.  (Otto von Ruggins)
  140.  - ">" by "}", and "<" by "{" bug removed.              (Markus Krajewski)
  141.  - CLI Usage info.                          (Alfredo Soro)
  142.  - All non-ASCII chars are supported now (I said the same in v1.1 *8)
  143.  - Some rare and little system-unfriendly bugs removed.
  144.  - Improved conversion for some HTML commands ( </P>, <DT> y <H....>)
  145.  - Spaces removed at the end of lines.
  146.  - More helpful people included in this doc (Look: 6.Thanks to... *8)
  147.  
  148. Version 1.3 (16.April.1996) :
  149.  - New CLI option. -w : no window will be opened and the conversion is FASTER.
  150.  - New CLI option. -p : will permit define your own path as default dir.
  151.  - Problem with YAK commodity detected, but not fixed yet.     (John Turgoose) 
  152.  - Even more helpful people included in this doc (Look: 6.Thanks to... *8)
  153.  
  154.  
  155. ToDo List:
  156.  - Fix the strange BUG listed in `3. Bugs'.
  157.  - Fix all the bugs that will be discovered by users (Don't try so hard *8)
  158.  - Display improved formated Lists.
  159.  - More CLI options and ToolTypes support.
  160.  - Option to convert bold and italic tags as ANSI.
  161.  - Option to convert HTML to RTF text
  162.    (useful for a future use in a word processor)
  163.  
  164.  
  165. 3. Bugs
  166. =======
  167.  
  168. [New since v1.3]
  169. There is an unknown bug in some Amigas, looks like there is a compatibility
  170. problem with the YAK commodity (thanks to John Turgoose for this info).So
  171. try to unload/stop/turn off YAK when using HTMLess.
  172. The problem is a warning Guru (yellow) each time you run HTMLess, after
  173. that you can close the HTMLess window.Since v1.3 I included a new CLI option
  174. (-w), when used HTMLess don't open his own window, but will report errors
  175. to the CLI window, if it's open.As an added bonus with this option turned
  176. on the conversion is a lot faster.
  177.  
  178. There isn't anymore KNOWN bugs at the moment in all the Amigas tested but...
  179.  
  180. If you find any bug or problem, contact me at the previous address.Please,
  181. send me a detailed report of the problem and of your Amiga computer if
  182. possible; thanks.
  183.  
  184. If you found the problem with a particular file, send me too a copy of
  185. the file.
  186.  
  187. Don't forget to tell me the current version of my program you are using.
  188.  
  189.  
  190. 4. OriginalWare ?
  191. =================
  192.  
  193. This  utility  is OriginalWare.That means if you like this program you must
  194. buy  an  original Amiga program or game, or send the money to the author of
  195. any ShareWare program or game you are using often.
  196. (This includes me, $5 or $10 will be welcome *8)
  197.  
  198. There  are  lots  of  great Amiga software like `DiskMaster', `Remind',
  199. `MultiCX', `Spot', `ReqTools.library', `Deluxe Galaga', `APlayer' and a
  200. lot more that you won't never regret to spend your money.
  201.  
  202. If you do this you support the Amiga, and if you support AMIGA you support
  203. US.
  204.  
  205. Support software authors and you will get more and better software.
  206.  
  207.  
  208. This program could be included in any PD compilation at a symbolic price.
  209.  
  210. This program could be freely included in any Web page or FTP site, but
  211. send me an EMail to know it.(I can include the address in this doc) 
  212.  
  213. Aminet and Fred Fish collections are specifically allowed to include it.
  214.  
  215.  To Magazines :
  216. You can give away this utility on your coverdisk, but please send me a copy
  217. of the magazine.
  218.  
  219.  
  220. 5. Also available...
  221. ====================
  222.  
  223. Others quality Amiga PD products available from me :
  224.  
  225. Aminet recent uploads :
  226.  
  227. HTMLess.lha   v1.3   text/misc     10K v1.3. Converts HTML files in text files.
  228. Warning! : from next version, HTMLess will be uploaded in "text/HYPER"
  229.  
  230. DarkSound.lha v2.2   util/boot   53K Changes Workbench Sounds at each boot.
  231. MagiCA64.lha  v1.1   misc/emu     6K Converts A64/64 files to MagiC64 format.  
  232. Progress.lha  v1.0   demo/intro  73K In Progress/Darkness.1st at Euskal Party
  233. Vector13.lha  v1.3   dev/misc    15K Draw and edit 2D vectors for demos/games
  234. TheRace5.lha  v1.5   game/2play  59K Great 100m Running game, 0-4 players.
  235.  
  236. Available soon:
  237.  
  238. ELF.lha       v1.0   text/misc         Erase Line Feeds.Use for Word Procesors.
  239. FormaText.lha v1.0   text/misc         Format texts to your chosen columns size 
  240.  
  241. All them are 100% written in pure assembler for speed and are very system 
  242. friendly in all types of Amiga computers (or that is what I hope *8).
  243.  
  244.  
  245. 6. Thanks to...
  246. ===============
  247.  
  248. Alfredo Soro for the first ßeta testing.
  249. Otto Von Ruggins for the first bug report and some tests.
  250. Philippe Duchenne for reporting some bugs and interesting ideas.
  251. Markus Krajewski for some bugs and nice ideas.
  252. Geoff Milnes for another bug report.
  253. John Turgoose for the problem with the YAK commodity.
  254. Jerome Chesnot for EMail support (even "TheRace" support)
  255. David Cassidy for don't forget me *8) .
  256.  
  257. Hipnooxis for ALL the help and show me to use and respect the Amiga O.S.
  258.  
  259. Knackosoft/TRSI for being my best `invisible' friend.
  260.  
  261. To the `Atletico de Madrid', the best football team in Spain.
  262.  
  263. To all the Amiga developers for all the new, fun and useful stuff.
  264.  
  265. To all the Amiga users worldwide for their trust in the Amiga.
  266.  
  267. To Amiga Technologies for continue the development of the Amiga.
  268.  
  269. To the Amiga...
  270.  
  271.  
  272. 7. Credits
  273. ==========
  274.  
  275. All code © 1996 by Troglobyte/Darkness.
  276.  
  277. Send money ($), JOB offers, BUGS, comments, improvements, ideas, advices,
  278. suggestions, mags, complains, and nice  PD  stuff  (like Demos, Games or
  279. Utilities).
  280.  
  281.             M. Martin Vivaldi
  282.              Av. America 60
  283.               Madrid 28028
  284.                  SPAIN
  285.  
  286. Or NetMail me at :
  287.  
  288.  Internet : bitabit@servicom.es (Faster and safer)
  289.  
  290.  FidoNet  : 2:341/28.55        Manuel Martin
  291.  
  292.  AmigaNet : 39:192/1.29        Manuel Martin
  293.  
  294.  
  295. Remember:
  296.  
  297. Only Amiga make it possible... Only Amiga make it fun.
  298.  
  299.  
  300.